opetraing system type using python

30

>>> import platform
>>> platform.architecture()
>>> platform.python_version()
>>> platform.uname()

Comments

Submit
0 Comments